Milestones
Screenshots / Videos
Contributions
Changes
- Use flex to make the update boundary preset UI responsive.
 - Fix position of the update boundary preset UI.
 - Implement scroll feature to scroll down to update boundary preset UI.
 - Make 
CameraConfig component part of the LiveFeed screen. - Import bed presets from the backend based on specific and specific asset instead of just specific asset.
 - Design prototype for the new LiveFeed screen.
 - Implement mutex lock for assets in backend using Django caching for in memory storage of the lock status.
 
Issues
Pull Requests
Commits
Learnings
- Learnt basics to figma to design a new UI for boundary preset update.
 - Learnt about caching in Django and how to use it to implement mutex lock for assets.
 - Learnt about atomic transactions.
 - Learnt about the 
useRef hook in React to implement scroll feature.